home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HYPWRT2.cpt / HyperWrite / card_6820.txt < prev    next >
Text File  |  1988-04-03  |  3KB  |  49 lines

  1. -- card: 6820 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 5719
  5. -- name: Information
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=370 top=22 right=44 bottom=470
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Go Back
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris open
  23.   go to card "Info"
  24.   visual effect iris close
  25.   go to card "Primary Card"
  26.  
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part contents for background part 1
  32. ----- text -----
  33. INFORMATION:
  34.  
  35. HyperWrite is an extension of what Fred Di Marco originally did in his Text Writer stack, which he very considerately made ‚Äúfree for all to use, alter or distribute.‚Äù  Chunks of Text Writer code (especially in regard to file handling and other basic operations of the stack) appear here virtually unchanged. Thanks, Fred! It was nice to not have to re-invent the wheel.
  36.  
  37. The most obvious differences between HyperWrite and Text Writer are in the areas of printing and user interface. However, there are a number of more subtle changes and new features as well, so, even if 
  38. you‚Äôve used Text Writer, please take a minute to review the instructions so you can get the most out of HyperWrite.
  39.  
  40. I should also give credit to James L. Paul for his  DoList XCMD; Aron Roberts for his getDANames XCMD; John Calhoun for the PrintField XCMD, which is ¬©1988 by the Trustees of Dartmouth College; and Brad Doster for pointing out how to handle multi-word document names.
  41.  
  42. This stack is distributed with a stack called "Address Button," which, when the appropriate button is clicked, will automatically install a ‚ÄúHyperWrite Link‚Äù button into  Apple's "Address" stack, allowing you to automatically address a HyperWrite letter to anyone in that stack. If you are using a different address stack, the script to the button should be easy to modify so that it will work with whatever you're using. If you have a problem, let me know and I'll try to help.
  43.  
  44. This stack is also being distributed with another program, ‚ÄúHyperWrite Printer.‚Äù It is necessary that that file be placed into the same folder as your HyperCard program for one of HyperWrite‚Äôs printing functions to operate correctly. I may build that function into a future version of HyperWrite, but until then...
  45.  
  46. This stack may be freely distributed, however it is not public domain. It may not be sold, or distributed in any manner that is designed to create profit for the distributor, without my permission.  Please remember to include the HyperWrite Printer file and Address button with any copy you give away. And please let me know what you think of this stack! 
  47.  
  48. ---SCOTT HARRIS, CompuServe: 73717,1162; GEnie: SCOTT.HARRIS
  49.